MoveMethod Class |
Namespace: Independentsoft.Webdav.Methods
The MoveMethod type exposes the following members.
| Name | Description | |
|---|---|---|
| MoveMethod |
Initializes a new instance of the MoveMethod class.
| |
| MoveMethod(String, String) |
Initializes a new instance of the MoveMethod class with the specified
source and destination.
| |
| MoveMethod(String, String, Boolean) |
Initializes a new instance of the MoveMethod class with the specified
source and destination and overwrite option.
|
| Name | Description | |
|---|---|---|
| Destination |
Gets or sets URI of the destination resource.
| |
| Overwrite |
Gets or set a value indicating whether a overwrite is allowed
if destination resource already exist.
| |
| Source |
Gets or sets URI of the resource to move.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| MethodName |
The method name.
|